[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 U_NOTES()   VARIABLE ARRAY

 Function
  Allow reading and writing of current users notes.
  (if the SysOp has enabled the note capability)

 Type & Value
  STRING
  Subscript 0-4  SysOp defineable user notes (60 characters max).

 Remarks
  This array is filled with information from the current users record
  when the GETUSER statement is executed.  It may then be changed and
  written back to the users record with the PUTUSER statement.  Note that
  the array is empty until a GETUSER statement is processed and that
  changes are not written until a PUTUSER statement is processed.
  Additionally, the array will only have meaningful information if the
  notes PSA is installed.  The existence of the notes PSA may be checked
  with the PSA() function.

 Examples

  INTEGER i
  IF (PSA(6)) THEN
    GETUSER
    FOR i = 0 TO 4
      PRINTLN "Note ",i+1,":  ",U_NOTES(i)
    NEXT
  ENDIF

See Also: GETUSER PSA() PUTUSER
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson